home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / demo / origins.lzh / Install_Origins next >
Text File  |  1993-04-25  |  754b  |  24 lines

  1. ;File: Install_Origins             Last Update: 26 Apr 1993
  2. ;This script performs a temporary installation of the Origins demo.
  3. ;You can run this script by double-clicking on the "Install_Origins"
  4. ;icon.  Or to run it from the CLI: First cd to where this script is,
  5. ;then  >Execute Install_Origins
  6. ;
  7. ;Please read the file ReadMe_Demo for instructions on how to customize
  8. ;the installation and make it permanent.  The full commercial version
  9. ;of Origins uses the Installer for even easier installation.
  10.  
  11. ;For the temporary installation, we simply make the
  12. ;following assigns:
  13.  
  14. if not exists libs:arp.library
  15.   copy libs/arp.library libs:
  16. EndIF
  17.  
  18. assign GenData: Data
  19. assign GenIff: Iff
  20. assign GenNotes: Notes
  21. assign GenStuff: Stuff
  22.  
  23. run >nil: Origins_Demo
  24.